home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / add123 / prlotus.dpr < prev    next >
Encoding:
Text File  |  1996-09-15  |  184 b   |  14 lines

  1. program Prlotus;
  2.  
  3. uses
  4.   Forms,
  5.   Prlmain in 'PRLMAIN.PAS' {FPrl},
  6.   U123 in 'U123.PAS';
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TFPrl, FPrl);
  12.   Application.Run;
  13. end.
  14.